s/INSCAPE/INKSCAPE/
authorØyvind Kolås <ok@src.gnome.org>
Sat, 27 Aug 2005 19:45:22 +0000 (19:45 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Sat, 27 Aug 2005 19:45:22 +0000 (19:45 +0000)
ChangeLog
docs/graphics/Makefile.am

index 557ee6e467cc8adeed7e3030bed0308a0178b91b..bb49a9f788b60751b9eff5248da986844682b3dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-27  Øyvind Kolås  <pippin@gimp.org>
+
+       * docs/graphics/Makefile.am: s/INSCAPE/INKSCAPE/
+
 2005-08-27  Sven Neumann  <sven@gimp.org>
 
        * configure.ac
index 57b6403bc0297e90cf241bbab8cabe1285dcfd4e..d4d9719ad66389b8c588a4c1f42d59b110484f2c 100644 (file)
@@ -25,13 +25,13 @@ if HAVE_INKSCAPE
 dist-check-inkscape:
 
 %.png: %.svg
-       $(INSCAPE) -e $@ $<
+       $(INKSCAPE) -e $@ $<
 
 # the png version of the a4 poster is used as a webgraphic
 # , thus it is rendered with the background alpha set to
 # 0.0
 babl-a4poster.png: babl-a4poster.svg
-       $(INSCAPE) -e $@ $< -w 256 -y 0
+       $(INKSCAPE) -e $@ $< -w 256 -y 0
 else
 dist-check-inkscape:
        @echo "*** inkscape must be available in order to make dist"